home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / others / syntax.zip / SETUP.INF < prev    next >
INI File  |  1992-10-20  |  1KB  |  39 lines

  1. ; Module name: SETUP.INF
  2.  
  3. [Application] 
  4. ; Application global information 
  5. AppName=Syntax Setup
  6. DefDir=C:\Syntax
  7. SpaceNeeded=1300
  8. DefPMGroup=SYNTAX.GRP, Syntax
  9.  
  10. [Disks] 
  11. ; List of diskettes needed to install the product and the name 
  12. ; of each diskette.
  13. 1=Setup
  14.  
  15. [Dirs] 
  16. ; lists of directories that must be created from the destination directory 
  17. ; files to be copied are in the same directory structure on the 
  18. ; floppy (by default) 
  19. 1=.
  20.  
  21. [Files] 
  22. ; description, name, (dir #), (diskette #), (Compressed)
  23. Syntax Reader,          SYNTAX.EXE, 1, 1, N
  24. Syntax Compiler,        SYNTAXC.EXE, 1, 1, N
  25. Syntax DLL,             SYNRES.DLL, 1, 1, N
  26. Custom Controls,        CPALETTE.DLL, 1, 1, N
  27. Syntax Font,            SYNFONT.FON, 1, 1, N
  28. Syntax Reader Help,     SYNRHELP.SYN, 1, 1, N
  29. Syntax Compiler Help,   SYNCHELP.SYN, 1, 1, N
  30. Syntax Order Form,      SYNORDER.TXT, 1, 1, N
  31. Syntax Order Info,      SYNINFO.SYN, 1, 1, N
  32. Bitmap Dump Utility,    BMPDUMP.EXE, 1, 1, N
  33.  
  34. [PM Info] 
  35. ; File Name, App Description, Icon file #, Icon #
  36. SYNTAX.EXE,    Syntax Reader
  37. SYNTAXC.EXE,   Syntax Compiler
  38. [End]
  39.